home *** CD-ROM | disk | FTP | other *** search
- This Zip contains
- DAOClass.txt (This File)
- cDAOCommon.cls (Class File)
-
- This Class contains Subs and Functions for Handling DAO.
-
- This Class is based on the Class EasyDao which contains
- a Tremendous Library Of Calls, allows the use of SQL
- without writing the SQL CodeError Handling,Automatic Correcting
- of EOF and BOF, Calls to build and delete Database Objects
- such as Tables and Fileds, Database Mapping ,Help Sheet and More
- alls you need to get a nice database up and running fast.
- ******************No Royalies***************************
- This can be purchased from me for $125. Sends Checks
- Payable to Lee D. Johnson and send to :
-
- 151 Century Drive Apt 104C
- Greenville, SC 29607
- If Ordering after June 97 Email me at one of my Email
- Addresses to recieve a new mailing Address.
-
- Instructions :
- 1. Add this class to the Visual Basic Project
- 2. Then The class has to be defined in you Project
- This is most Commonly done in a Module Bas file
- but if you plan to have many Instances this can
- be done in the code.
- The code would look like this in a module
- Public ClsDAO As New cDAOCommon
- 3. Initialize the class by using the
- SetDao(DataSource As Object) in the code it would
- look like this :
- SetDao data1
- *Use the name of your Data Control in place of data1
- 4. Now the class is yours to Use.
-
-
-
- This Code is Submitted to Public Domain
- All's I ask is that I am metioned somewhere in the
- documentation of the app.
-
- Any Comments or Suggestions Feel Free to Email me.
- Or Maybe find me on IRC , my nick is pitty and I am
- usually in the #visualbasic channel
-
- Lee D. Johnson
- jb32@ix.netcom.com
- Lee@techknow-inc.com
-
-
- Have Fun and good Luck :)~
-